OpenBuildings GenerativeComponents Help

RemoveAt

Returns a new list comprising all members of the given list, excluding the member at the given index position.

object[] RemoveAt(object[] list, int index)

This function does not change the given list. To remove a member directly from a list, call the RemoveAt method on that list, itself.